VDict mobile



A function applied to (some of) its arguments. If it is
not applied to all its argument then it is a "partialapplication". Application is usually written in the form
f(x) but some languages such as command-line interpreters and
places the parentheses around the whole application: (f x).